This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Don't worry! ~Bill Quetfoochekakol 12.Jan.04 09:47 PM a Web browser Domino Designer All ReleasesAll Platforms
Variables declared as global in the (Declarations) section of a LotusScript agent are in fact local to the agent, and thus not shared between multiple instances of the agent (or other agents with an identically named variable).
So you should be safe.
What you should avoid, is using truly global variables/settings such as files, profile documents and environment variables.